Skip to content

Change width of dokumentation container to see all columns of CONFIG …#23067

Merged
wing328 merged 1 commit intoOpenAPITools:masterfrom
atokle:patch-1
Mar 3, 2026
Merged

Change width of dokumentation container to see all columns of CONFIG …#23067
wing328 merged 1 commit intoOpenAPITools:masterfrom
atokle:patch-1

Conversation

@atokle
Copy link
Contributor

@atokle atokle commented Feb 27, 2026

On the documentation on https://openapi-generator.tech/docs/generators pages the CONFIG OPTION table have the default values column hidden because the containg element is to narrow.

I have tested in the browser that changing this value from the default 1520px to 1900px, all content in the table is visible

To test this before merging, run this javascript in browser console
document.documentElement.style.setProperty("--ifm-container-width-xl", "1900px");

@wing328


Summary by cubic

Sets --ifm-container-width-xl to 1900px to ensure all columns, including Default value, are visible in the CONFIG OPTIONS tables on generator docs pages.

Written for commit 26c6a24. Summary will update on new commits.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@wing328 wing328 merged commit 845386e into OpenAPITools:master Mar 3, 2026
5 checks passed
@wing328
Copy link
Member

wing328 commented Mar 3, 2026

thanks for the PR

let's give it a try

will update the website shortly with this change...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants